@charset "utf-8";
/*轮播*/
.in-banner{
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.in-banner .swiper-container,
.in-banner .swiper-slide a{
	width: 100%;
	height: 100%;
	display: block;
}
.in-banner .swiper-slide img{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}
.in-banner .swiper-button-prev{
	left:6%;
}
.in-banner .swiper-button-next{
	right:6%;
}
.in-banner .swiper-button-prev:after,
.in-banner .swiper-button-next:after{
	font-size: 40px;
}
.in-banner .swiper-pagination{
	bottom: 28px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.in-banner .swiper-pagination .swiper-pagination-bullet{
	width: 12px;
	height: 12px;
	margin:0 4px;
	background: none;
	border-radius: 50%;
	background: #8a8a8a;
	position: relative;
}
.in-banner .swiper-pagination .swiper-pagination-bullet-active{
	opacity: 1；
}
@media (max-width:1280px) {
	.in-banner .swiper-button-prev{
		left:3%;
	}
	.in-banner .swiper-button-next{
		right:3%;
	}
}
@media (max-width:1280px) {
	.in-banner{
		height: auto;
	}
	.in-banner .swiper-container,
	.in-banner .swiper-slide a{
		height: auto;
	}
	.in-banner .swiper-slide img{
		height: auto;
	}
}
@media (max-width: 992px) {
}
@media (max-width: 750px) {
	.in-banner .swiper-button-prev:after,
	.in-banner .swiper-button-next:after{
		font-size: 18px;
	}
	.in-banner .swiper-pagination{
		bottom: 10px;
	}
	.in-banner .swiper-pagination .swiper-pagination-bullet{
		width: 6px;
		height: 6px;
		margin:0 2px;
	}
}

.in-box1{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.in-box1 > img{
	width: 100%;
	display: block;
}
.in-box1 .word{
    width: 100%;
    position: absolute;
    top:0;
    left: 0;
    color: #fefefe;
}
.in-box1 .word .wrap{
	position: relative;
}
.in-box1 .word .wrap:before{
	content: "";
	width: 124px;
	height: 3px;
	background: #ffcc02;
	position: absolute;
	top:0;
	left: 0;
}
.in-box1 .word .wrap h1{
	display: flex;
}
.in-box1 .word .wrap h1 span{
	font-family:'Fontsstyle1';
}
@media (max-width:1280px) {
	.in-box1 > img{
		height: 100%;
		object-fit: cover;
		object-position: bottom center;
	}
	.in-box1 .word .wrap:before{
		width: 94px;
	}
}
@media (max-width: 992px) {
	.in-box1 .word .wrap:before{
		width: 84px;
	}
}
@media (max-width: 750px) {
	.in-box1 .word .wrap:before{
		width: 64px;
	}
	.in-box1 .word .wrap{
		padding-top: 14px;
	}
	.in-box1 .word .wrap h1{
		font-size: 20px;
	}
	.in-box1 .word .wrap h2{
		font-size: 16px;
		margin-top: 4px;
	}
}

.in-box2{
	width: 100%;
	background: #151618;
	overflow: hidden;
}
.in-box2 .wrap{
	max-width: 1450px;
}
.in-box2 .title{
	display: flex;
}
.in-box2 .title .left{
	width: 190px;
}
.in-box2 .title .left h1{
	line-height: 58px;
}
.in-box2 .title .right{
	width: calc(100% - 190px);
	display: flex;
	justify-content: center;
	font-family:'Fontsstyle1';
}
.in-box2 .title .right .text{
	position: relative;
}
.in-box2 .title .right .text:before{
	content: "";
	width: 124px;
	height: 3px;
	background: #ffcc02;
	position: absolute;
	top:0;
	left: 0; 
}
.in-box2 .content{
	width: 100%;
	overflow: hidden;
}
.in-box2 .content .hd{
	width: 100%;
	border-bottom: 1px #373737 solid;
    text-align: center;
}
.in-box2 .content .hd ul{
	display: flex;
	justify-content: center;
}
.in-box2 .content .hd a{
	display: block;
	line-height: 70px;
	padding:0 60px;
	color: #656565;
	position: relative;
}
.in-box2 .content .hd a:after{
	content: "";
	width: 100%;
	height: 2px;
	background: #656565;
	position: absolute;
	bottom: -1px;
	left: 0;
}
.in-box2 .content .hd li.on a{
	color: #ffcc02;
}
.in-box2 .content .hd li.on a:after{
	background: #ffcc02;
}
.in-box2 .content .bd img{
	width: 100%;
	display: block;
}
.in-box2 .content .bd .swiper-button-prev{
	left:38px;
}
.in-box2 .content .bd .swiper-button-next{
	right:38px;
}
.in-box2 .content .bd .swiper-button-prev:after,
.in-box2 .content .bd .swiper-button-next:after{
	font-size: 40px;
}
@media (max-width:1280px) {
	.in-box2 .title .left{
		margin-top: 0;
	}
    .in-box2 .title .left h1{
		line-height: 48px;
	}
	.in-box2 .title .right .text:before{
		width: 94px;
	}
	.in-box2 .content .hd a{
		line-height: 60px;
		padding:0 50px;
	}
	.in-box2 .content .bd .swiper-button-prev{
		left:2%;
	}
	.in-box2 .content .bd .swiper-button-next{
		right:2%;
	}
}
@media (max-width:992px) {
	.in-box2 .title .left h1{
		line-height: 42px;
	}
	.in-box2 .title .right .text:before{
		width: 84px;
	}
	.in-box2 .content .hd a{
		line-height: 50px;
		padding:0 40px;
	}
}
@media (max-width:750px) {
	.in-box2 .title .left{
		width: 100%;
	}
	.in-box2 .title .right{
		display: none;
	}
	.in-box2 .title .left h1{
		font-size: 24px;
		line-height: 24px;
	}
	.in-box2 .title .left h2{
		font-size: 14px;
		margin-top: 0;
	}
	.in-box2 .title .right .text{
		font-size: 18px;
	}
	.in-box2 .title .right .text:before{
		width: 64px;
	}
	.in-box2 .content .hd a{
		line-height: 50px;
		padding:0 10px;
	}
	.in-box2 .content .bd .swiper-button-prev:after,
	.in-box2 .content .bd .swiper-button-next:after{
		font-size: 18px;
	}
}

.in-box3{
	overflow: hidden;
}
.in-box3 .title,
.in-box3 .content{
	display: flex;
	justify-content: space-between;
}
.in-box3 .title{
	font-family:'Fontsstyle1';
}
.in-box3 .title .left h1{
	line-height: 66px;
}
.in-box3 .title .left h2{
	display: flex;
	align-items: flex-end;
}
.in-box3 .title .left h2 span{
	display: block;
}
.in-box3 .title .left h2 span:nth-child(2){
	margin-left: 6px;
}
.in-box3 .title .right img{
	display: block;
}
.in-box3 .content .left{
	width: 29%;
}
.in-box3 .content .right{
	width: 68%;
}
.in-box3 .content .right img{
	width: 100%;
	display: block;
}
@media (max-width:1280px) {
	.in-box3 .title .left h1{
		line-height: 58px;
	}
	.in-box3 .title .right img{
		width: 120px;
	}
    .in-box3 .content .left{
		width: 48%;
	}
	.in-box3 .content .right{
		width: 48%;
	}
}
@media (max-width:992px) {
	.in-box3 .title .left h1{
		line-height: 48px;
	}
	.in-box3 .title .right img{
		width: 100px;
	}
	.in-box3 .content .left,
	.in-box3 .content .right{
		width: 100%;
	}
	.in-box3 .content .right{
		margin-top: 4%;
	}
	.in-box3 .content{
		flex-direction: column;
	}
}
@media (max-width:750px) {
	.in-box3 .title .right img{
		width: 60px;
	}
	.in-box3 .title .left h1{
		font-size: 28px;
		line-height: 28px;
	}
}

.in-box4{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.in-box4 > img{
	width: 100%;
	display: block;
}
.in-box4 .word{
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left: 0;
    color: #fefefe;
}
.in-box4 .word .wrap{
	height: 100%;
	position: relative;
}
.in-box4 .word .wrap .box1{
	position: absolute;
	top:0;
	left: 0;
}
.in-box4 .word .wrap .box1 h1{
	line-height: 58px;
}
.in-box4 .word .wrap .box2{
	position: absolute;
	bottom:0;
	left: 0;
}
.in-box4 .word .wrap .box2 h1{
	font-family:'Fontsstyle1';
	line-height: 48px;
}
@media (max-width:1280px) {
    .in-box4 img{
		height: 100%;
		object-fit: cover;
		position: absolute;
		top:0;
		left: 0;
	}
	.in-box4 .word{
		height: auto;
        position: static;
        overflow: hidden;
	}
	.in-box4 .word .wrap{
		height: auto;
		position: relative;
	}
	.in-box4 .word .wrap .box1,
	.in-box4 .word .wrap .box2{
		position: static;
	}
	.in-box4 .word .wrap .box2{
		margin-top: 20%;
	}
	.in-box4 .word .wrap .box1 h1{
		line-height: 48px;
	}
	.in-box4 .word .wrap .box2 h1{
		line-height: 42px;
	}
}
@media (max-width:992px) {
	.in-box4 .word .wrap .box1 h1{
		line-height: 42px;
	}
	.in-box4 .word .wrap .box2 h1{
		line-height: 36px;
	}
}
@media (max-width:750px) {
	.in-box4 .word .wrap .box1 h1{
		font-size: 24px;
		line-height: 24px;
	}
	.in-box4 .word .wrap .box1 h2{
		font-size: 14px;
		margin-top: 0;
	}
	.in-box4 .word .wrap .box2 h1{
		line-height: 24px;
		font-size: 20px;
	}
	.in-box4 .word .wrap .box2 h2{
		font-size: 14px;
		margin-top: 0;
	}
	.in-box4 .word .wrap .box2 h2.mt20{
		margin-top: 10px;
	}
}

.in-box5{
	width: 100%;
	background: #f7f7f7;
	overflow: hidden;
}
.in-box5 .title{
	display: flex;
}
.in-box5 .title .left{
	width: 190px;
}
.in-box5 .title .left h1{
	line-height: 58px;
}
.in-box5 .title .right{
	width: calc(100% - 190px);
	display: flex;
	justify-content: center;
	font-family:'Fontsstyle1';
}
.in-box5 .title .right .text{
	position: relative;
}
.in-box5 .title .right .text:before{
	content: "";
	width: 124px;
	height: 3px;
	background: #ffcc02;
	position: absolute;
	top:0;
	left: 0; 
}
.in-box5 .content{
	display: flex;
	align-items: stretch;
}
.in-box5 .content img{
	width: 100%;
	display:block;
}
.in-box5 .content .left{
	width: 40%;
	position: relative;
}
.in-box5 .content .left img{
	height: 100%;
	object-fit: cover;
}
.in-box5 .content .left .word1{
	position: absolute;
	top: 0;
	right: 0;
	padding:50px;
}
.in-box5 .content .left .word2{
	position: absolute;
	bottom: 0;
	left: 0;
	padding:50px;
}
.in-box5 .content .left .word2 h1{
	font-family:'Fontsstyle1';
	color: #ffcc02;
}
.in-box5 .content .left .word2 .font42{
	line-height: 42px;
}
.in-box5 .content .right{
	width: 60%;
}
.in-box5 .content .right ul{
	display: flex;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	align-items: stretch;
	justify-content: flex-start;
}
.in-box5 .content .right li{
    float: left;
    position: relative;
}
.in-box5 .content .right li:nth-child(1),
.in-box5 .content .right li:nth-child(4){
	width: 67%;
}
.in-box5 .content .right li:nth-child(2),
.in-box5 .content .right li:nth-child(3){
	width: 33%;
}
.in-box5 .content .right img{
	height: 100%;
	object-fit: cover;
}
.in-box5 .content .right .word{
	position: absolute;
	padding:40px;
	bottom: 0;
	right: 0;
}
@media (max-width:1280px) {
	.in-box5 .title .left{
		margin-top: 0;
	}
    .in-box5 .title .left h1{
		line-height: 48px;
	}
	.in-box5 .title .right .text:before{
		width: 94px;
	}
	.in-box5 .content .left .word1,
	.in-box5 .content .left .word2{
		padding:20px;
	}
	.in-box5 .content .left .word2 .font42{
		line-height: 36px;
	}
	.in-box5 .content .right .word{
		padding:20px;
	}
}
@media (max-width:992px) {
	.in-box5 .title .left h1{
		line-height: 42px;
	}
	.in-box5 .title .right .text:before{
		width: 84px;
	}
	.in-box5 .content .left .word2 .font42{
		line-height: 32px;
	}
}
@media (max-width:750px) {
	.in-box5 .title .left{
		width: 100%;
	}
	.in-box5 .title .right{
		display: none;
	}
	.in-box5 .title .left h1{
		font-size: 24px;
		line-height: 24px;
	}
	.in-box5 .title .left h2{
		font-size: 14px;
		margin-top: 0;
	}
	.in-box5 .title .right .text{
		font-size: 18px;
	}
	.in-box5 .title .right .text:before{
		width: 64px;
	}
	.in-box5 .content{
		flex-direction: column;
	}
	.in-box5 .content .left,
	.in-box5 .content .right{
		width: 100%;
	}
	.in-box5 .content .left .word2 .font42{
		font-size: 20px;
		line-height: 26px;
	}
	.in-box5 .content .left .word2 .mt10{
		margin-top: 0;
	}
	.in-box5 .content .right li:nth-child(1),
	.in-box5 .content .right li:nth-child(4),
	.in-box5 .content .right li:nth-child(2),
	.in-box5 .content .right li:nth-child(3){
		width: 50%;
	}
}